home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / DevGallery / ISYS / Source / MEMOREX1.DIR / 00023.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  232 b   |  13 lines

  1. on enterFrame
  2.   set the visible of sprite 18 to 0
  3.   set the visible of sprite 19 to 0
  4.   if rollOver(13) then
  5.     set the visible of sprite 18 to 1
  6.     set the visible of sprite 19 to 1
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.